home *** CD-ROM | disk | FTP | other *** search
- object GifForm: TGifForm
- Left = 202
- Top = 99
- HorzScrollBar.Visible = False
- VertScrollBar.Visible = False
- ActiveControl = OKBtn
- BorderStyle = bsDialog
- Caption = 'Select a GIF File'
- ClientHeight = 359
- ClientWidth = 540
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- PixelsPerInch = 96
- Position = poScreenCenter
- TextHeight = 13
- object FileBevel: TBevel
- Left = 10
- Top = 4
- Width = 166
- Height = 347
- Shape = bsFrame
- IsControl = True
- end
- object LoadProgress: TRzProgressBar
- Left = 200
- Top = 320
- Width = 126
- Height = 26
- BackColor = clWindow
- BorderWidth = 0
- InteriorOffset = 0
- PartsComplete = 0
- Percent = 0
- TotalParts = 100
- end
- object GifImageCtl: TGifImage
- Left = 190
- Top = 40
- Width = 341
- Height = 266
- Gif.GifVersion = v87a
- Gif.Interlaced = False
- ParentColor = False
- OnStatusChange = GifImageCtlStatusChange
- end
- object OKBtn: TBitBtn
- Left = 350
- Top = 320
- Width = 77
- Height = 27
- TabOrder = 4
- OnClick = BtnClick
- Kind = bkOK
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object CancelBtn: TBitBtn
- Left = 445
- Top = 320
- Width = 77
- Height = 27
- TabOrder = 5
- OnClick = BtnClick
- Kind = bkCancel
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object DriveList: TDriveComboBox
- Left = 20
- Top = 15
- Width = 146
- Height = 19
- DirList = DirectoryList
- TabOrder = 0
- end
- object DirectoryList: TDirectoryListBox
- Left = 20
- Top = 40
- Width = 146
- Height = 130
- FileList = FileList
- IntegralHeight = True
- ItemHeight = 16
- TabOrder = 1
- end
- object FileList: TFileListBox
- Left = 20
- Top = 180
- Width = 145
- Height = 158
- IntegralHeight = True
- ItemHeight = 13
- Mask = '*.gif'
- TabOrder = 2
- OnChange = FileListChange
- end
- object FilePanel: TPanel
- Left = 190
- Top = 5
- Width = 341
- Height = 26
- BevelInner = bvRaised
- BevelOuter = bvLowered
- BorderWidth = 1
- Caption = 'Select a File'
- TabOrder = 3
- end
- end
-